body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  overflow-x:hidden;
  color: #4c4c4c;
  font-size: 14px;
  font-family: "Arial",'微软雅黑';
  background: #fff;
 /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
}
td,
th,
caption {
  font-size: 14px;
}
a {
  color: #000;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
a:visited,
a:focus,
a:hover {
  text-decoration: none;
  color: #333;
}
img {
  border: 0;
  vertical-align: middle;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  vertical-align: middle;
  font-size: 14px;
  font-family: inherit;
  line-height: normal;
  outline: none;
}
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
video {
  object-fit: contain;
}
.block {
  width: 1200px;
  margin: 0 auto;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
#header {
  width: 100%;
  height: 92px;
  z-index: 999;
  background: #fff;
  padding-left: 9%;
  padding-right: 9%;
  line-height: 92px;
  box-sizing: border-box;
  transition: all .3s;
  background: rgba(0, 0, 0, 0.6);
}
#header .logo-box {
  box-sizing: border-box;
  float: left;
}
#header .logo-box img {
  vertical-align: middle;
  transition: all .3s;
}
#header .right-box {
  float: right;
}
#header .right-box .link-box {
  float: right;
}
#header .right-box .link-box li {
  float: left;
  text-align: center;
  width: 120px;
  height: 92px;
  line-height: 92px;
  position: relative;
}
#header .right-box .link-box li:before {
  position: absolute;
  content: '';
  height: 1px;
  background: #0086e9;
  bottom: 25px;
  left: 50%;
  width: 0;
  transition: all .3s;
  opacity: 0;
}
#header .right-box .link-box li a {
  position: relative;
  display: inline-block;
  color: #808080;
  font-size: 16px;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
#header .right-box .link-box li a span {
  display: inline-block;
  height: 44px;
  line-height: 22px;
  vertical-align: middle;
  transition: transform .3s;
}
#header .right-box .link-box li.active:before,
#header .right-box .link-box li:hover:before {
  width: 70px;
  opacity: 1;
  margin-left: -35px;
}
#header .right-box .link-box li.active a,
#header .right-box .link-box li:hover a {
  color: #fff;
}
#header.active {
  top: 0;
  left: 0;
  right: 0;
  height: 85px;
  line-height: 85px;
  background: #1a1a1a;
  -webkit-animation: tem50_headerdonghua .5s;
  animation: tem50_headerdonghua .5s;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 999999;
}
#header.active .logo-box img {
  height: 48px;
}
@-webkit-keyframes tem50_headerdonghua {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
@keyframes tem50_headerdonghua {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
.banner-box img {
  width: 100%;
}
.public-footer {
  background: #000000;
  border-top: 4px solid #0086d9;
}
.public-footer .body-box {
  padding-top: 60px;
  padding-left: 9%;
  padding-right: 9%;
}
.public-footer .body-box .logo-box {
  float: left;
  margin-right: 60px;
}
.public-footer .body-box .tab-box {
  float: left;
}
.public-footer .body-box .tab-box dl {
  float: left;
  width: 150px;
}
.public-footer .body-box .tab-box dl dt {
  font-size: 16px;
  color: #fff;
  margin-bottom: 18px;
}
.public-footer .body-box .tab-box dl dd a {
  font-size: 14px;
  color: #bfbfbf;
  line-height: 2;
}
.public-footer .body-box .tab-box dl dd a:hover {
  color: #fff;
}
.public-footer .body-box .er-box {
  float: right;
  font-size: 0;
}
.public-footer .body-box .er-box .item-box {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
.public-footer .body-box .er-box .item-box:nth-child(1) {
  margin-left: 0;
}
.public-footer .body-box .er-box .item-box p {
  text-align: center;
  color: #bfbfbf;
  font-size: 14px;
  margin-top: 10px;
}
.public-footer .copy-box {
  margin-top: 70px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #e5e5e5;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1800px) {
  .public-footer .body-box {
    padding-left: 3%;
    padding-right: 3%;
  }
  .public-footer .body-box .tab-box dl {
    width: auto;
    margin-right: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .public-footer .body-box {
    padding-left: 2%;
    padding-right: 2%;
  }
}
/*# sourceMappingURL=common.css.map */